SixBit API Schema
InventorysType Complex Type
Description
A collection of Inventory elements.
Namespace (none)
Diagram
InvoiceNumber Element PONumber Element FulfillmentSource Element DatePurchased Element SupplierName Element SupplierAccountNum Element SupplierID Element Cost Element Quantity Element StorageLocation Element ProductID Element SKU Element ExternalItemID Element ItemID Element Title Element All Inventory Element Sequence InventorysType Complex Type
Overview
InventorysType
A collection of Inventory elements.
Sequence
Used By
Inventorys Element
Source
<xs:complexType name="InventorysType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A collection of Inventory elements.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Inventory" type="InventoryType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The information about an item's inventory.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.